Q3TriGrid_Submit
You can use theQ3TriGrid_Submit
function to submit an immediate trigrid for drawing, picking, bounding, or writing.
TQ3Status Q3TriGrid_Submit ( const TQ3TriGridData *triGridData, TQ3ViewObject view);
triGridData
- A pointer to a
TQ3TriGridData
structure.view
- A view.
DESCRIPTION
TheQ3TriGrid_Submit
function submits for drawing, picking, bounding, or writing the immediate trigrid whose shape and attribute set are specified by thetriGridData
parameter. The trigrid is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.